All Packages Class Hierarchy This Package Previous Next Index
NSTabView
class.
The methods in this interface are delegate methods.
This interface is exposed in Java for documentation purposes, since one
is not required to implement this interface. Your class may implement one
or more of these methods, as needed. Only those methods implemented will
be called.
- tabViewDidChangeNumberOfTabViewItems:
Objective-C instance method
implemented by delegates of the TabView
class
(known as the NSTabView
Objective-C class).
- tabView:didSelectTabViewItem:
Objective-C instance method
implemented by delegates of the TabView
class
(known as the NSTabView
Objective-C class).
- tabView:shouldSelectTabViewItem:
Objective-C instance method
implemented by delegates of the TabView
class
(known as the NSTabView
Objective-C class).
- tabView:willSelectTabViewItem:
Objective-C instance method
implemented by delegates of the TabView
class
(known as the NSTabView
Objective-C class).
public abstract boolean tabViewShouldSelectTabViewItem(TabView tabView, TabViewItem tabViewItem)
- tabView:shouldSelectTabViewItem:
Objective-C instance method
implemented by delegates of the TabView
class
(known as the NSTabView
Objective-C class).
public abstract void tabViewWillSelectTabViewItem(TabView tabView, TabViewItem tabViewItem)
- tabView:willSelectTabViewItem:
Objective-C instance method
implemented by delegates of the TabView
class
(known as the NSTabView
Objective-C class).
public abstract void tabViewDidSelectTabViewItem(TabView tabView, TabViewItem tabViewItem)
- tabView:didSelectTabViewItem:
Objective-C instance method
implemented by delegates of the TabView
class
(known as the NSTabView
Objective-C class).
public abstract void tabViewDidChangeNumberOfTabViewItems(TabView TabView)
- tabViewDidChangeNumberOfTabViewItems:
Objective-C instance method
implemented by delegates of the TabView
class
(known as the NSTabView
Objective-C class).
All Packages Class Hierarchy This Package Previous Next Index